FolderGetItems(Int32, Boolean) Method

Gets the items.

Definition

Namespace: Independentsoft.Pst
Assembly: Independentsoft.Pst (in Independentsoft.Pst.dll) Version: 1.2.900.17830
C#
public IList<Item> GetItems(
	int endIndex,
	bool includeAttachments
)

Parameters

endIndex  Int32
The end index.
includeAttachments  Boolean
if set to true [include attachments].

Return Value

IListItem
IList{Item}.

See Also